home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…tion Library 4 (Reseller) / Apple Ref. & Pres. Lib.v4.0.iso / 4-Demos / Apple Demos / Tutorials / Display Card 4•8⁄8•24 Training / Display Card 4•8_8•24 Training / background_35139.txt < prev    next >
Text File  |  1990-03-19  |  5KB  |  273 lines

  1. -- background: 35139 from stack: in
  2. -- bmap block id: 7948
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: IndexBack
  6. ----- HyperTalk script -----
  7. on closeBackground
  8.   global mapLoc
  9.   put 11 into mapLoc
  10.   put "yes" into line 12 of field "footprints" of card "Map"
  11. end closeBackground
  12.  
  13.  
  14.  
  15. -- part 2 (field)
  16. -- low flags: 00
  17. -- high flags: 0000
  18. -- rect: left=128 top=0 right=53 bottom=512
  19. -- title width / last selected line: 0
  20. -- icon id / first selected line: 0 / 0
  21. -- text alignment: 0
  22. -- font id: 21
  23. -- text size: 18
  24. -- style flags: 10240
  25. -- line height: 20
  26. -- part name: Title
  27.  
  28.  
  29. -- part 3 (field)
  30. -- low flags: 01
  31. -- high flags: 0000
  32. -- rect: left=128 top=24 right=66 bottom=511
  33. -- title width / last selected line: 0
  34. -- icon id / first selected line: 0 / 0
  35. -- text alignment: 0
  36. -- font id: 21
  37. -- text size: 18
  38. -- style flags: 0
  39. -- line height: 20
  40. -- part name: cardTitle
  41.  
  42.  
  43. -- part 4 (field)
  44. -- low flags: 01
  45. -- high flags: 0000
  46. -- rect: left=128 top=51 right=87 bottom=508
  47. -- title width / last selected line: 0
  48. -- icon id / first selected line: 0 / 0
  49. -- text alignment: 0
  50. -- font id: 157
  51. -- text size: 14
  52. -- style flags: 0
  53. -- line height: 16
  54. -- part name: 
  55.  
  56.  
  57. -- part 8 (button)
  58. -- low flags: 00
  59. -- high flags: 2000
  60. -- rect: left=428 top=317 right=342 bottom=456
  61. -- title width / last selected line: 0
  62. -- icon id / first selected line: 18611 / 18611
  63. -- text alignment: 1
  64. -- font id: 0
  65. -- text size: 12
  66. -- style flags: 0
  67. -- line height: 16
  68. -- part name: prev
  69. ----- HyperTalk script -----
  70. on mouseUp
  71.   visual effect scroll right
  72.   go prev
  73. end mouseUp
  74.  
  75.  
  76.  
  77. -- part 9 (button)
  78. -- low flags: 00
  79. -- high flags: 2000
  80. -- rect: left=457 top=317 right=342 bottom=485
  81. -- title width / last selected line: 0
  82. -- icon id / first selected line: 18612 / 18612
  83. -- text alignment: 1
  84. -- font id: 0
  85. -- text size: 12
  86. -- style flags: 0
  87. -- line height: 16
  88. -- part name: next
  89. ----- HyperTalk script -----
  90. on mouseUp
  91.   visual scroll left
  92.   go next
  93. end mouseUp
  94.  
  95.  
  96.  
  97. -- part 11 (field)
  98. -- low flags: 00
  99. -- high flags: 0000
  100. -- rect: left=128 top=94 right=320 bottom=510
  101. -- title width / last selected line: 0
  102. -- icon id / first selected line: 0 / 0
  103. -- text alignment: 0
  104. -- font id: 156
  105. -- text size: 14
  106. -- style flags: 0
  107. -- line height: 16
  108. -- part name: cardText
  109.  
  110.  
  111. -- part 12 (button)
  112. -- low flags: 00
  113. -- high flags: A003
  114. -- rect: left=14 top=86 right=107 bottom=55
  115. -- title width / last selected line: 0
  116. -- icon id / first selected line: 0 / 0
  117. -- text alignment: 1
  118. -- font id: 157
  119. -- text size: 14
  120. -- style flags: 0
  121. -- line height: 18
  122. -- part name: A - C
  123. ----- HyperTalk script -----
  124. on mouseUp
  125.   if the name of this card is "index 1" then
  126.     set the hilite of me to true
  127.   else
  128.     visual effect dissolve
  129.     go card "index 1"
  130.   end if
  131. end mouseUp
  132.  
  133.  
  134.  
  135. -- part 14 (button)
  136. -- low flags: 00
  137. -- high flags: A003
  138. -- rect: left=14 top=110 right=132 bottom=55
  139. -- title width / last selected line: 0
  140. -- icon id / first selected line: 0 / 0
  141. -- text alignment: 1
  142. -- font id: 157
  143. -- text size: 14
  144. -- style flags: 0
  145. -- line height: 18
  146. -- part name: D - F
  147. ----- HyperTalk script -----
  148. on mouseUp
  149.   visual effect dissolve
  150.   go card "index 3"
  151. end mouseUp
  152.  
  153.  
  154.  
  155. -- part 15 (button)
  156. -- low flags: 00
  157. -- high flags: A003
  158. -- rect: left=14 top=134 right=156 bottom=55
  159. -- title width / last selected line: 0
  160. -- icon id / first selected line: 0 / 0
  161. -- text alignment: 1
  162. -- font id: 157
  163. -- text size: 14
  164. -- style flags: 0
  165. -- line height: 18
  166. -- part name: G - L
  167. ----- HyperTalk script -----
  168. on mouseUp
  169.   visual effect dissolve
  170.   go card "index 4"
  171. end mouseUp
  172.  
  173.  
  174.  
  175. -- part 16 (button)
  176. -- low flags: 00
  177. -- high flags: A003
  178. -- rect: left=14 top=158 right=180 bottom=55
  179. -- title width / last selected line: 0
  180. -- icon id / first selected line: 0 / 0
  181. -- text alignment: 1
  182. -- font id: 157
  183. -- text size: 14
  184. -- style flags: 0
  185. -- line height: 18
  186. -- part name: M - Q
  187. ----- HyperTalk script -----
  188. on mouseUp
  189.   visual effect dissolve
  190.   go card "index 6"
  191. end mouseUp
  192.  
  193.  
  194.  
  195. -- part 17 (button)
  196. -- low flags: 00
  197. -- high flags: A003
  198. -- rect: left=14 top=182 right=204 bottom=55
  199. -- title width / last selected line: 0
  200. -- icon id / first selected line: 0 / 0
  201. -- text alignment: 1
  202. -- font id: 157
  203. -- text size: 14
  204. -- style flags: 0
  205. -- line height: 18
  206. -- part name: R - T
  207. ----- HyperTalk script -----
  208. on mouseUp
  209.   visual effect dissolve
  210.   go card "index 8"
  211. end mouseUp
  212.  
  213.  
  214.  
  215. -- part 18 (button)
  216. -- low flags: 00
  217. -- high flags: A003
  218. -- rect: left=13 top=206 right=228 bottom=55
  219. -- title width / last selected line: 0
  220. -- icon id / first selected line: 0 / 0
  221. -- text alignment: 1
  222. -- font id: 157
  223. -- text size: 14
  224. -- style flags: 0
  225. -- line height: 18
  226. -- part name: U - Z
  227. ----- HyperTalk script -----
  228. on mouseUp
  229.   visual effect dissolve
  230.   go card "index 10"
  231. end mouseUp
  232.  
  233.  
  234.  
  235. -- part 24 (button)
  236. -- low flags: 00
  237. -- high flags: A000
  238. -- rect: left=448 top=0 right=19 bottom=509
  239. -- title width / last selected line: 0
  240. -- icon id / first selected line: 0 / 0
  241. -- text alignment: 0
  242. -- font id: 3
  243. -- text size: 10
  244. -- style flags: 2048
  245. -- line height: 13
  246. -- part name: Contents
  247. ----- HyperTalk script -----
  248. on mouseUp
  249.   visual effect dissolve
  250.   go card "content 0"
  251. end mouseUp
  252.  
  253.  
  254.  
  255. -- part 25 (button)
  256. -- low flags: 00
  257. -- high flags: 2000
  258. -- rect: left=484 top=317 right=342 bottom=512
  259. -- title width / last selected line: 0
  260. -- icon id / first selected line: 18613 / 18613
  261. -- text alignment: 1
  262. -- font id: 0
  263. -- text size: 12
  264. -- style flags: 0
  265. -- line height: 16
  266. -- part name: return
  267. ----- HyperTalk script -----
  268. on mouseUp
  269.   visual dissolve
  270.   go card "Map"
  271. end mouseUp
  272.  
  273.